|
|
@@ -7,9 +7,9 @@ module Agents
|
7
|
7
|
description <<-MD
|
8
|
8
|
There are two options in using the Twitter User Agent.
|
9
|
9
|
|
10
|
|
- The first option is to follow the timeline of a specified Twitter user.
|
|
10
|
+ The first option is to follow the timeline of a specific Twitter user.
|
11
|
11
|
|
12
|
|
- The second option is to follow your own home timeline including both your tweets and from people whom you are following.
|
|
12
|
+ The second option is to follow your own home timeline including both your tweets and tweets from people whom you are following.
|
13
|
13
|
|
14
|
14
|
#{twitter_dependencies_missing if dependencies_missing?}
|
15
|
15
|
|
|
|
@@ -17,7 +17,7 @@ module Agents
|
17
|
17
|
|
18
|
18
|
For the first option, you must provide the `username` of the Twitter user to monitor.
|
19
|
19
|
|
20
|
|
- For the second option, you must remove 'username' and set 'choose_home_time_line' to 'true'.
|
|
20
|
+ For the second option, you must remove `username` and set `choose_home_time_line` to `true`. Forgetting to remove username will malfunction the agent.
|
21
|
21
|
|
22
|
22
|
Set `include_retweets` to `false` to not include retweets (default: `true`)
|
23
|
23
|
|